home *** CD-ROM | disk | FTP | other *** search
- // Copyright (C) 1997-2002 Alias|Wavefront,
- // a division of Silicon Graphics Limited.
- //
- // The information in this file is provided for the exclusive use of the
- // licensees of Alias|Wavefront. Such users have the right to use, modify,
- // and incorporate this code into other products for purposes authorized
- // by the Alias|Wavefront license agreement, without fee.
- //
- // ALIAS|WAVEFRONT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
- // INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
- // EVENT SHALL ALIAS|WAVEFRONT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
- // CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
- // DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
- // TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- // PERFORMANCE OF THIS SOFTWARE.
- //
-
- menuItem
- -label "Pick Nothing"
- -divider 0
- -subMenu 0
- -command "selectionMaskRestoreOnce(); selectMode -root; select -clear"
- -altModifier 0
- -ctrlModifier 0
- -shiftModifier 0
- -optionBox 0
- -enable 1
- -data 0
- -radialPosition "N"
- -enableCommandRepeat 1
- -image "commandButton.xpm"
- -echoCommand 1
- menuEditorMenuItem;
-
- menuItem
- -label "Pick Curve On Surface"
- -divider 0
- -subMenu 0
- -command "selectionMaskSaveOnce(); selectMode -object; selectType -allObjects false; selectType -curveOnSurface true"
- -altModifier 0
- -ctrlModifier 0
- -shiftModifier 0
- -optionBox 0
- -enable 1
- -data 0
- -radialPosition "NE"
- -enableCommandRepeat 1
- -image "commandButton.xpm"
- -echoCommand 1
- menuEditorMenuItem4;
-
- menuItem
- -label "Pick CV"
- -divider 0
- -subMenu 0
- -command "selectionMaskSaveOnce(); selectMode -component; selectType -allComponents false; selectType -controlVertex true"
- -altModifier 0
- -ctrlModifier 0
- -shiftModifier 0
- -optionBox 0
- -enable 1
- -data 0
- -radialPosition "E"
- -enableCommandRepeat 1
- -image "commandButton.xpm"
- -echoCommand 1
- menuEditorMenuItem3;
-
- menuItem
- -label "Pick Pivot Point"
- -divider 0
- -subMenu 0
- -command "selectionMaskSaveOnce(); selectMode -component; selectType -allComponents false; selectType -rotatePivot true -scalePivot true"
- -altModifier 0
- -ctrlModifier 0
- -shiftModifier 0
- -optionBox 0
- -enable 1
- -data 0
- -radialPosition "SE"
- -enableCommandRepeat 1
- -image "commandButton.xpm"
- -echoCommand 1
- menuEditorMenuItem7;
-
- menuItem
- -label "Pick Obj Root"
- -divider 0
- -subMenu 0
- -command "selectionMaskRestoreOnce(); select -clear; selectMode -root"
- -altModifier 0
- -ctrlModifier 0
- -shiftModifier 0
- -optionBox 0
- -enable 1
- -data 0
- -radialPosition "S"
- -enableCommandRepeat 1
- -image "commandButton.xpm"
- -echoCommand 1
- menuEditorMenuItem1;
-
- menuItem
- -label "Pick Obj Comp"
- -divider 0
- -subMenu 0
- -command "selectionMaskRestoreOnce(); selectMode -object"
- -altModifier 0
- -ctrlModifier 0
- -shiftModifier 0
- -optionBox 0
- -enable 1
- -data 0
- -radialPosition "SW"
- -enableCommandRepeat 1
- -image "commandButton.xpm"
- -echoCommand 1
- menuEditorMenuItem6;
-
- menuItem
- -label "Pick Template"
- -divider 0
- -subMenu 0
- -command "selectionMaskRestoreOnce(); select -clear; selectMode -template"
- -altModifier 0
- -ctrlModifier 0
- -shiftModifier 0
- -optionBox 0
- -enable 1
- -data 0
- -radialPosition "W"
- -enableCommandRepeat 1
- -image "commandButton.xpm"
- -echoCommand 1
- menuEditorMenuItem2;
-
- menuItem
- -label "Pick Iso/Trim Edge/Curve Points"
- -divider 0
- -subMenu 0
- -command "selectionMaskSaveOnce(); selectPref -allowHiliteSelection false; selectMode -component; selectType -isoparm true -surfaceEdge true -curveParameterPoint true;"
- -altModifier 0
- -ctrlModifier 0
- -shiftModifier 0
- -optionBox 0
- -enable 1
- -data 0
- -radialPosition "NW"
- -enableCommandRepeat 1
- -image "commandButton.xpm"
- -echoCommand 1
- menuEditorMenuItem5;
-
- menuItem
- -label "Show HotBox"
- -divider 0
- -subMenu 0
- -command "hotBox -dh"
- -altModifier 0
- -ctrlModifier 0
- -shiftModifier 0
- -optionBox 0
- -enable 1
- -data 0
- -enableCommandRepeat 1
- -image "commandButton.xpm"
- -echoCommand 1
- menuEditorMenuItem8;
-
- setParent -m ..;
-
-